The C1ObservableCollection<(Of <(<'T>)>)> is the base class for all Collection<(Of <(<'T>)>)> derived collections. Supports notification.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class C1ObservableCollection<T> : Collection<T>, 
	INotifyCollectionChanged
Visual Basic
Public Class C1ObservableCollection(Of T) _
	Inherits Collection(Of T) _
	Implements INotifyCollectionChanged

Type Parameters

T
The type of objects to keep in collection.

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'T>)>)>
    C1.C1Schedule..::..C1ObservableCollection<(Of <(<'T>)>)>
      C1.C1Schedule..::..ActionCollection
      C1.C1Schedule..::..BaseList<(Of <(<'T>)>)>
      C1.C1Schedule..::..ReminderCollection

See Also